home *** CD-ROM | disk | FTP | other *** search
- object Form8: TForm8
- Left = 434
- Top = 313
- Width = 275
- Height = 259
- Caption = 'Slide show options'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 22
- Top = 19
- Width = 107
- Height = 13
- Caption = 'Interval (in a seconds):'
- end
- object Label2: TLabel
- Left = 24
- Top = 122
- Width = 68
- Height = 13
- Caption = 'Transparency:'
- end
- object TrackBar2: TTrackBar
- Left = 22
- Top = 145
- Width = 233
- Height = 36
- Max = 255
- Frequency = 10
- TabOrder = 0
- TickMarks = tmBoth
- OnChange = TrackBar2Change
- end
- object Edit1: TEdit
- Left = 138
- Top = 15
- Width = 39
- Height = 21
- TabOrder = 1
- Text = '3'
- OnChange = Edit1Change
- end
- object Edit2: TEdit
- Left = 101
- Top = 117
- Width = 121
- Height = 21
- TabOrder = 2
- Text = '255'
- OnChange = Edit2Change
- end
- object cbStretch: TCheckBox
- Left = 24
- Top = 56
- Width = 145
- Height = 17
- Caption = 'Stretch to full screen'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = cbStretchClick
- end
- object Button1: TButton
- Left = 104
- Top = 192
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 4
- OnClick = Button1Click
- end
- object cbTransparent: TCheckBox
- Left = 24
- Top = 88
- Width = 137
- Height = 17
- Caption = 'Enable transparent'
- TabOrder = 5
- OnClick = cbTransparentClick
- end
- end
-